home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 August / macformat-040.iso / mac / MacFormat CD Browser / SOURCES / oFloppy_37.k < prev    next >
Encoding:
Text File  |  1996-06-14  |  14.6 KB  |  819 lines  |  [TEXT/MPS ]

  1. object oFloppy_37 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is -1;
  5.     Items is [
  6.         oHD_Background_37_9,
  7.         oAutoMenus_37_1,
  8.         oAutomenu_37_22,
  9.         oCommentKeeper_37_2,
  10.         oComment_37_21,
  11.         oControl_Panels_strip_37_3,
  12.         oControl_37_23,
  13.         oCopyPaste_37_4,
  14.         oCopypaste_37_24,
  15.         oDragAnyWindow_37_5,
  16.         oDragANy_37_25,
  17.         oFinder_Windows_37_6,
  18.         oFinderwindow_37_26,
  19.         oFlipside_37_7,
  20.         oFlipSide_37_37,
  21.         oGreg_s_Buttons_37_8,
  22.         oGreg_s_37_28,
  23.         oMac_Icons_37_10,
  24.         oMac_Icons_37_33,
  25.         oMouse_Jolt_37_11,
  26.         oMouse_37_30,
  27.         oMove_37_12,
  28.         oNot_Virtual_37_13,
  29.         oNot_Virtual_37_31,
  30.         oOkey_Dokey_37_14,
  31.         oOkey_Dokey_37_32,
  32.         oPopchar_37_15,
  33.         oPopChar_37_35,
  34.         oScrapit_pro_37_16,
  35.         oScrapit_37_38,
  36.         oTab_Window_37_17,
  37.         oTabWindow_37_27,
  38.         oVolume_Menu_37_18,
  39.         oVolume_37_29,
  40.         oZoom_Lens_37_19,
  41.         oZoom_lens_37_36,
  42.         oVirtual_Desktop_37_40,
  43.         oVerdual_Desktop_37_34,
  44.         oMenu_Button_37_39
  45.     ];
  46. end;
  47.  
  48.  
  49. object oHD_Background_37_9 is cPictureHandler
  50. with
  51.     Duration is -1;
  52.     Supplier is oHD_Background_103_;
  53.     Behavior is cVRBehavior
  54.     has
  55.         Offscreen(theTarget)
  56.             do
  57.                 oVirtual_Desktop_37_40.Show(false);
  58.             end;
  59.         
  60.     with
  61.         Enabled is true; Shown is true; 
  62.         X is 0; Y is 0; Width is 640; Height is 480;
  63.     end;
  64. end;
  65.  
  66.  
  67. object oAutoMenus_37_1 is cPictureHandler
  68. with
  69.     Duration is -1;
  70.     Supplier is oAutoMenus_95_;
  71.     Behavior is cVRBehavior
  72.     has
  73.     with
  74.         Enabled is true; Shown is false; 
  75.         X is 414; Y is 18; Width is 213; Height is 335;
  76.     end;
  77. end;
  78.  
  79.  
  80. object oAutomenu_37_22 is cEmptyHandler
  81. with
  82.     Duration is -1;
  83.     Behavior is cVRBehavior
  84.     has
  85.         MouseEnter(theTarget, theX, theY)
  86.             do
  87.                 oMove_37_12.Show(false);
  88.                 oBinder.Refresh();
  89.                 oAutoMenus_37_1.Show(true);
  90.                 oBinder.Refresh();
  91.             end;
  92.         
  93.         MouseLeave(theTarget, theX, theY)
  94.             do
  95.                 oAutoMenus_37_1.Show(false);
  96.                 oBinder.Refresh();
  97.                 oMove_37_12.Show(true);
  98.             end;
  99.         
  100.     with
  101.         Enabled is true; Shown is true; 
  102.         X is 23; Y is 57; Width is 126; Height is 61;
  103.     end;
  104. end;
  105.  
  106.  
  107. object oCommentKeeper_37_2 is cPictureHandler
  108. with
  109.     Duration is -1;
  110.     Supplier is oCommentKeeper_96_;
  111.     Behavior is cVRBehavior
  112.     has
  113.     with
  114.         Enabled is true; Shown is false; 
  115.         X is 414; Y is 18; Width is 213; Height is 350;
  116.     end;
  117. end;
  118.  
  119.  
  120. object oComment_37_21 is cEmptyHandler
  121. with
  122.     Duration is -1;
  123.     Behavior is cVRBehavior
  124.     has
  125.         MouseEnter(theTarget, theX, theY)
  126.             do
  127.                 oMove_37_12.Show(false);
  128.                 oBinder.Refresh();
  129.                 oCommentKeeper_37_2.Show(true);
  130.                 oBinder.Refresh();
  131.             end;
  132.         
  133.         MouseLeave(theTarget, theX, theY)
  134.             do
  135.                 oCommentKeeper_37_2.Show(false);
  136.                 oBinder.Refresh();
  137.                 oMove_37_12.Show(true);
  138.             end;
  139.         
  140.     with
  141.         Enabled is true; Shown is true; 
  142.         X is 149; Y is 63; Width is 105; Height is 48;
  143.     end;
  144. end;
  145.  
  146.  
  147. object oControl_Panels_strip_37_3 is cPictureHandler
  148. with
  149.     Duration is -1;
  150.     Supplier is oControl_Panels_strip_97_;
  151.     Behavior is cVRBehavior
  152.     has
  153.     with
  154.         Enabled is true; Shown is false; 
  155.         X is 414; Y is 18; Width is 213; Height is 286;
  156.     end;
  157. end;
  158.  
  159.  
  160. object oControl_37_23 is cEmptyHandler
  161. with
  162.     Duration is -1;
  163.     Behavior is cVRBehavior
  164.     has
  165.         MouseEnter(theTarget, theX, theY)
  166.             do
  167.                 oMove_37_12.Show(false);
  168.                 oBinder.Refresh();
  169.                 oControl_Panels_strip_37_3.Show(true);
  170.                 oBinder.Refresh();
  171.             end;
  172.         
  173.         MouseLeave(theTarget, theX, theY)
  174.             do
  175.                 oControl_Panels_strip_37_3.Show(false);
  176.                 oBinder.Refresh();
  177.                 oMove_37_12.Show(true);
  178.             end;
  179.         
  180.     with
  181.         Enabled is true; Shown is true; 
  182.         X is 264; Y is 52; Width is 118; Height is 66;
  183.     end;
  184. end;
  185.  
  186.  
  187. object oCopyPaste_37_4 is cPictureHandler
  188. with
  189.     Duration is -1;
  190.     Supplier is oCopyPaste_98_;
  191.     Behavior is cVRBehavior
  192.     has
  193.     with
  194.         Enabled is true; Shown is false; 
  195.         X is 414; Y is 18; Width is 213; Height is 326;
  196.     end;
  197. end;
  198.  
  199.  
  200. object oCopypaste_37_24 is cEmptyHandler
  201. with
  202.     Duration is -1;
  203.     Behavior is cVRBehavior
  204.     has
  205.         MouseEnter(theTarget, theX, theY)
  206.             do
  207.                 oMove_37_12.Show(false);
  208.                 oBinder.Refresh();
  209.                 oCopyPaste_37_4.Show(true);
  210.                 oBinder.Refresh();
  211.             end;
  212.         
  213.         MouseLeave(theTarget, theX, theY)
  214.             do
  215.                 oCopyPaste_37_4.Show(false);
  216.                 oBinder.Refresh();
  217.                 oMove_37_12.Show(true);
  218.             end;
  219.         
  220.     with
  221.         Enabled is true; Shown is true; 
  222.         X is 27; Y is 117; Width is 81; Height is 39;
  223.     end;
  224. end;
  225.  
  226.  
  227. object oDragAnyWindow_37_5 is cPictureHandler
  228. with
  229.     Duration is -1;
  230.     Supplier is oDragAnyWindow_99_;
  231.     Behavior is cVRBehavior
  232.     has
  233.     with
  234.         Enabled is true; Shown is false; 
  235.         X is 414; Y is 18; Width is 213; Height is 263;
  236.     end;
  237. end;
  238.  
  239.  
  240. object oDragANy_37_25 is cEmptyHandler
  241. with
  242.     Duration is -1;
  243.     Behavior is cVRBehavior
  244.     has
  245.         MouseEnter(theTarget, theX, theY)
  246.             do
  247.                 oMove_37_12.Show(false);
  248.                 oBinder.Refresh();
  249.                 oDragAnyWindow_37_5.Show(true);
  250.                 oBinder.Refresh();
  251.             end;
  252.         
  253.         MouseLeave(theTarget, theX, theY)
  254.             do
  255.                 oDragAnyWindow_37_5.Show(false);
  256.                 oBinder.Refresh();
  257.                 oMove_37_12.Show(true);
  258.             end;
  259.         
  260.     with
  261.         Enabled is true; Shown is true; 
  262.         X is 136; Y is 116; Width is 117; Height is 55;
  263.     end;
  264. end;
  265.  
  266.  
  267. object oFinder_Windows_37_6 is cPictureHandler
  268. with
  269.     Duration is -1;
  270.     Supplier is oFinder_Windows_100_;
  271.     Behavior is cVRBehavior
  272.     has
  273.     with
  274.         Enabled is true; Shown is false; 
  275.         X is 414; Y is 18; Width is 213; Height is 281;
  276.     end;
  277. end;
  278.  
  279.  
  280. object oFinderwindow_37_26 is cEmptyHandler
  281. with
  282.     Duration is -1;
  283.     Behavior is cVRBehavior
  284.     has
  285.         MouseEnter(theTarget, theX, theY)
  286.             do
  287.                 oMove_37_12.Show(false);
  288.                 oBinder.Refresh();
  289.                 oFinder_Windows_37_6.Show(true);
  290.                 oBinder.Refresh();
  291.             end;
  292.         
  293.         MouseLeave(theTarget, theX, theY)
  294.             do
  295.                 oFinder_Windows_37_6.Show(false);
  296.                 oBinder.Refresh();
  297.                 oMove_37_12.Show(true);
  298.             end;
  299.         
  300.     with
  301.         Enabled is true; Shown is true; 
  302.         X is 261; Y is 116; Width is 121; Height is 47;
  303.     end;
  304. end;
  305.  
  306.  
  307. object oFlipside_37_7 is cPictureHandler
  308. with
  309.     Duration is -1;
  310.     Supplier is oFlipside_101_;
  311.     Behavior is cVRBehavior
  312.     has
  313.     with
  314.         Enabled is true; Shown is false; 
  315.         X is 414; Y is 18; Width is 213; Height is 297;
  316.     end;
  317. end;
  318.  
  319.  
  320. object oFlipSide_37_37 is cEmptyHandler
  321. with
  322.     Duration is -1;
  323.     Behavior is cVRBehavior
  324.     has
  325.         MouseEnter(theTarget, theX, theY)
  326.             do
  327.                 oMove_37_12.Show(false);
  328.                 oBinder.Refresh();
  329.                 oFlipside_37_7.Show(true);
  330.                 oBinder.Refresh();
  331.             end;
  332.         
  333.         MouseLeave(theTarget, theX, theY)
  334.             do
  335.                 oFlipside_37_7.Show(false);
  336.                 oBinder.Refresh();
  337.                 oMove_37_12.Show(true);
  338.             end;
  339.         
  340.     with
  341.         Enabled is true; Shown is true; 
  342.         X is 136; Y is 327; Width is 121; Height is 41;
  343.     end;
  344. end;
  345.  
  346.  
  347. object oGreg_s_Buttons_37_8 is cPictureHandler
  348. with
  349.     Duration is -1;
  350.     Supplier is oGreg_s_Buttons_102_;
  351.     Behavior is cVRBehavior
  352.     has
  353.     with
  354.         Enabled is true; Shown is false; 
  355.         X is 414; Y is 18; Width is 213; Height is 332;
  356.     end;
  357. end;
  358.  
  359.  
  360. object oGreg_s_37_28 is cEmptyHandler
  361. with
  362.     Duration is -1;
  363.     Behavior is cVRBehavior
  364.     has
  365.         MouseEnter(theTarget, theX, theY)
  366.             do
  367.                 oMove_37_12.Show(false);
  368.                 oBinder.Refresh();
  369.                 oGreg_s_Buttons_37_8.Show(true);
  370.                 oBinder.Refresh();
  371.             end;
  372.         
  373.         MouseLeave(theTarget, theX, theY)
  374.             do
  375.                 oGreg_s_Buttons_37_8.Show(false);
  376.                 oBinder.Refresh();
  377.                 oMove_37_12.Show(true);
  378.             end;
  379.         
  380.     with
  381.         Enabled is true; Shown is true; 
  382.         X is 119; Y is 170; Width is 143; Height is 52;
  383.     end;
  384. end;
  385.  
  386.  
  387. object oMac_Icons_37_10 is cPictureHandler
  388. with
  389.     Duration is -1;
  390.     Supplier is oMac_Icons_104_;
  391.     Behavior is cVRBehavior
  392.     has
  393.     with
  394.         Enabled is true; Shown is false; 
  395.         X is 414; Y is 18; Width is 213; Height is 228;
  396.     end;
  397. end;
  398.  
  399.  
  400. object oMac_Icons_37_33 is cEmptyHandler
  401. with
  402.     Duration is -1;
  403.     Behavior is cVRBehavior
  404.     has
  405.         MouseEnter(theTarget, theX, theY)
  406.             do
  407.                 oMove_37_12.Show(false);
  408.                 oBinder.Refresh();
  409.                 oMac_Icons_37_10.Show(true);
  410.                 oBinder.Refresh();
  411.             end;
  412.         
  413.         MouseLeave(theTarget, theX, theY)
  414.             do
  415.                 oMac_Icons_37_10.Show(false);
  416.                 oBinder.Refresh();
  417.                 oMove_37_12.Show(true);
  418.             end;
  419.         
  420.     with
  421.         Enabled is true; Shown is true; 
  422.         X is 273; Y is 274; Width is 108; Height is 50;
  423.     end;
  424. end;
  425.  
  426.  
  427. object oMouse_Jolt_37_11 is cPictureHandler
  428. with
  429.     Duration is -1;
  430.     Supplier is oMouse_Jolt_105_;
  431.     Behavior is cVRBehavior
  432.     has
  433.     with
  434.         Enabled is true; Shown is false; 
  435.         X is 414; Y is 18; Width is 213; Height is 320;
  436.     end;
  437. end;
  438.  
  439.  
  440. object oMouse_37_30 is cEmptyHandler
  441. with
  442.     Duration is -1;
  443.     Behavior is cVRBehavior
  444.     has
  445.         MouseEnter(theTarget, theX, theY)
  446.             do
  447.                 oMove_37_12.Show(false);
  448.                 oBinder.Refresh();
  449.                 oMouse_Jolt_37_11.Show(true);
  450.                 oBinder.Refresh();
  451.             end;
  452.         
  453.         MouseLeave(theTarget, theX, theY)
  454.             do
  455.                 oMouse_Jolt_37_11.Show(false);
  456.                 oBinder.Refresh();
  457.                 oMove_37_12.Show(true);
  458.             end;
  459.         
  460.     with
  461.         Enabled is true; Shown is true; 
  462.         X is 22; Y is 223; Width is 107; Height is 52;
  463.     end;
  464. end;
  465.  
  466.  
  467. object oMove_37_12 is cPictureHandler
  468. with
  469.     Duration is -1;
  470.     Supplier is oMove_106_;
  471.     Behavior is cVRBehavior
  472.     has
  473.     with
  474.         Enabled is true; Shown is true; 
  475.         X is 426; Y is 19; Width is 193; Height is 104;
  476.     end;
  477. end;
  478.  
  479.  
  480. object oNot_Virtual_37_13 is cPictureHandler
  481. with
  482.     Duration is -1;
  483.     Supplier is oNot_Virtual_107_;
  484.     Behavior is cVRBehavior
  485.     has
  486.     with
  487.         Enabled is true; Shown is false; 
  488.         X is 414; Y is 18; Width is 213; Height is 337;
  489.     end;
  490. end;
  491.  
  492.  
  493. object oNot_Virtual_37_31 is cEmptyHandler
  494. with
  495.     Duration is -1;
  496.     Behavior is cVRBehavior
  497.     has
  498.         MouseEnter(theTarget, theX, theY)
  499.             do
  500.                 oMove_37_12.Show(false);
  501.                 oBinder.Refresh();
  502.                 oNot_Virtual_37_13.Show(true);
  503.                 oBinder.Refresh();
  504.             end;
  505.         
  506.         MouseLeave(theTarget, theX, theY)
  507.             do
  508.                 oNot_Virtual_37_13.Show(false);
  509.                 oBinder.Refresh();
  510.                 oMove_37_12.Show(true);
  511.             end;
  512.         
  513.     with
  514.         Enabled is true; Shown is true; 
  515.         X is 133; Y is 221; Width is 124; Height is 49;
  516.     end;
  517. end;
  518.  
  519.  
  520. object oOkey_Dokey_37_14 is cPictureHandler
  521. with
  522.     Duration is -1;
  523.     Supplier is oOkey_Dokey_108_;
  524.     Behavior is cVRBehavior
  525.     has
  526.     with
  527.         Enabled is true; Shown is false; 
  528.         X is 414; Y is 18; Width is 213; Height is 330;
  529.     end;
  530. end;
  531.  
  532.  
  533. object oOkey_Dokey_37_32 is cEmptyHandler
  534. with
  535.     Duration is -1;
  536.     Behavior is cVRBehavior
  537.     has
  538.         MouseEnter(theTarget, theX, theY)
  539.             do
  540.                 oMove_37_12.Show(false);
  541.                 oBinder.Refresh();
  542.                 oOkey_Dokey_37_14.Show(true);
  543.                 oBinder.Refresh();
  544.             end;
  545.         
  546.         MouseLeave(theTarget, theX, theY)
  547.             do
  548.                 oOkey_Dokey_37_14.Show(false);
  549.                 oBinder.Refresh();
  550.                 oMove_37_12.Show(true);
  551.             end;
  552.         
  553.     with
  554.         Enabled is true; Shown is true; 
  555.         X is 265; Y is 222; Width is 120; Height is 46;
  556.     end;
  557. end;
  558.  
  559.  
  560. object oPopchar_37_15 is cPictureHandler
  561. with
  562.     Duration is -1;
  563.     Supplier is oPopchar_109_;
  564.     Behavior is cVRBehavior
  565.     has
  566.     with
  567.         Enabled is true; Shown is false; 
  568.         X is 414; Y is 18; Width is 213; Height is 332;
  569.     end;
  570. end;
  571.  
  572.  
  573. object oPopChar_37_35 is cEmptyHandler
  574. with
  575.     Duration is -1;
  576.     Behavior is cVRBehavior
  577.     has
  578.         MouseEnter(theTarget, theX, theY)
  579.             do
  580.                 oMove_37_12.Show(false);
  581.                 oBinder.Refresh();
  582.                 oPopchar_37_15.Show(true);
  583.                 oBinder.Refresh();
  584.             end;
  585.         
  586.         MouseLeave(theTarget, theX, theY)
  587.             do
  588.                 oPopchar_37_15.Show(false);
  589.                 oBinder.Refresh();
  590.                 oMove_37_12.Show(true);
  591.             end;
  592.         
  593.     with
  594.         Enabled is true; Shown is true; 
  595.         X is 25; Y is 274; Width is 104; Height is 53;
  596.     end;
  597. end;
  598.  
  599.  
  600. object oScrapit_pro_37_16 is cPictureHandler
  601. with
  602.     Duration is -1;
  603.     Supplier is oScrapit_pro_110_;
  604.     Behavior is cVRBehavior
  605.     has
  606.     with
  607.         Enabled is true; Shown is false; 
  608.         X is 414; Y is 18; Width is 213; Height is 350;
  609.     end;
  610. end;
  611.  
  612.  
  613. object oScrapit_37_38 is cEmptyHandler
  614. with
  615.     Duration is -1;
  616.     Behavior is cVRBehavior
  617.     has
  618.         MouseEnter(theTarget, theX, theY)
  619.             do
  620.                 oMove_37_12.Show(false);
  621.                 oBinder.Refresh();
  622.                 oScrapit_pro_37_16.Show(true);
  623.                 oBinder.Refresh();
  624.             end;
  625.         
  626.         MouseLeave(theTarget, theX, theY)
  627.             do
  628.                 oScrapit_pro_37_16.Show(false);
  629.                 oBinder.Refresh();
  630.                 oMove_37_12.Show(true);
  631.             end;
  632.         
  633.     with
  634.         Enabled is true; Shown is true; 
  635.         X is 263; Y is 327; Width is 125; Height is 44;
  636.     end;
  637. end;
  638.  
  639.  
  640. object oTab_Window_37_17 is cPictureHandler
  641. with
  642.     Duration is -1;
  643.     Supplier is oTab_Window_111_;
  644.     Behavior is cVRBehavior
  645.     has
  646.     with
  647.         Enabled is true; Shown is false; 
  648.         X is 414; Y is 18; Width is 213; Height is 277;
  649.     end;
  650. end;
  651.  
  652.  
  653. object oTabWindow_37_27 is cEmptyHandler
  654. with
  655.     Duration is -1;
  656.     Behavior is cVRBehavior
  657.     has
  658.         MouseEnter(theTarget, theX, theY)
  659.             do
  660.                 oMove_37_12.Show(false);
  661.                 oBinder.Refresh();
  662.                 oTab_Window_37_17.Show(true);
  663.                 oBinder.Refresh();
  664.             end;
  665.         
  666.         MouseLeave(theTarget, theX, theY)
  667.             do
  668.                 oTab_Window_37_17.Show(false);
  669.                 oBinder.Refresh();
  670.                 oMove_37_12.Show(true);
  671.             end;
  672.         
  673.     with
  674.         Enabled is true; Shown is true; 
  675.         X is 22; Y is 170; Width is 95; Height is 52;
  676.     end;
  677. end;
  678.  
  679.  
  680. object oVolume_Menu_37_18 is cPictureHandler
  681. with
  682.     Duration is -1;
  683.     Supplier is oVolume_Menu_112_;
  684.     Behavior is cVRBehavior
  685.     has
  686.     with
  687.         Enabled is true; Shown is false; 
  688.         X is 414; Y is 18; Width is 213; Height is 350;
  689.     end;
  690. end;
  691.  
  692.  
  693. object oVolume_37_29 is cEmptyHandler
  694. with
  695.     Duration is -1;
  696.     Behavior is cVRBehavior
  697.     has
  698.         MouseEnter(theTarget, theX, theY)
  699.             do
  700.                 oMove_37_12.Show(false);
  701.                 oBinder.Refresh();
  702.                 oVolume_Menu_37_18.Show(true);
  703.                 oBinder.Refresh();
  704.             end;
  705.         
  706.         MouseLeave(theTarget, theX, theY)
  707.             do
  708.                 oVolume_Menu_37_18.Show(false);
  709.                 oBinder.Refresh();
  710.                 oMove_37_12.Show(true);
  711.             end;
  712.         
  713.     with
  714.         Enabled is true; Shown is true; 
  715.         X is 262; Y is 164; Width is 123; Height is 52;
  716.     end;
  717. end;
  718.  
  719.  
  720. object oZoom_Lens_37_19 is cPictureHandler
  721. with
  722.     Duration is -1;
  723.     Supplier is oZoom_Lens_113_;
  724.     Behavior is cVRBehavior
  725.     has
  726.     with
  727.         Enabled is true; Shown is false; 
  728.         X is 414; Y is 18; Width is 213; Height is 314;
  729.     end;
  730. end;
  731.  
  732.  
  733. object oZoom_lens_37_36 is cEmptyHandler
  734. with
  735.     Duration is -1;
  736.     Behavior is cVRBehavior
  737.     has
  738.         MouseEnter(theTarget, theX, theY)
  739.             do
  740.                 oMove_37_12.Show(false);
  741.                 oBinder.Refresh();
  742.                 oZoom_Lens_37_19.Show(true);
  743.                 oBinder.Refresh();
  744.             end;
  745.         
  746.         MouseLeave(theTarget, theX, theY)
  747.             do
  748.                 oZoom_Lens_37_19.Show(false);
  749.                 oBinder.Refresh();
  750.                 oMove_37_12.Show(true);
  751.             end;
  752.         
  753.     with
  754.         Enabled is true; Shown is true; 
  755.         X is 18; Y is 323; Width is 119; Height is 49;
  756.     end;
  757. end;
  758.  
  759.  
  760. object oVirtual_Desktop_37_40 is cPictureHandler
  761. with
  762.     Duration is -1;
  763.     Supplier is oVirtual_Desktop_124_;
  764.     Behavior is cVRBehavior
  765.     has
  766.     with
  767.         Enabled is true; Shown is true; 
  768.         X is 414; Y is 18; Width is 213; Height is 350;
  769.     end;
  770. end;
  771.  
  772.  
  773. object oVerdual_Desktop_37_34 is cEmptyHandler
  774. with
  775.     Duration is -1;
  776.     Behavior is cVRBehavior
  777.     has
  778.         MouseEnter(theTarget, theX, theY)
  779.             do
  780.                 oMove_37_12.Show(false);
  781.                 oBinder.Refresh();
  782.                 oVirtual_Desktop_37_40.Show(true);
  783.                 oBinder.Refresh();
  784.             end;
  785.         
  786.         MouseLeave(theTarget, theX, theY)
  787.             do
  788.                 oVirtual_Desktop_37_40.Show(false);
  789.                 oBinder.Refresh();
  790.                 oMove_37_12.Show(true);
  791.             end;
  792.         
  793.     with
  794.         Enabled is true; Shown is true; 
  795.         X is 134; Y is 275; Width is 138; Height is 49;
  796.     end;
  797. end;
  798.  
  799.  
  800. object oMenu_Button_37_39 is cPictureHandler
  801. with
  802.     Duration is -1;
  803.     Supplier is oMenu_Button_49_;
  804.     Behavior is cVRBehavior
  805.     has
  806.         MouseUp(theTarget, theX, theY)
  807.             do
  808.                 oBinder.Goto(oMain_Menu_2);
  809.                 oBinder.Refresh();
  810.                 oBinder.SetTransition(oDissolve, 30);
  811.             end;
  812.         
  813.     with
  814.         Enabled is true; Shown is true; 
  815.         X is 519; Y is 431; Width is 90; Height is 39;
  816.     end;
  817. end;
  818.  
  819.